UserServiceRest Resource
User
- Available Since
- 1.5
POST /wcm/user/create
Create an user
If you have Identity enabled, you'll have to follow the password requirements below:
Minimum 8, maximum 16 characters with at least 1 uppercase, 1 lowercase, 1 digit and 1 special character
- Available Since
- 1.5
| media type | data type | description |
|---|---|---|
| application/json | UserVO (JSON) | Request JSON (example): |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | |
- Available Since
- 1.5
POST /wcm/user/deleteByIdpId
Deactivate an user
- Available Since
- 1.5
| media type | data type | description |
|---|---|---|
| application/json | string (JSON) | Request JSON (example): |
| application/xml | string (XML) |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | |
- Available Since
- 1.5
GET /wcm/user/findActiveUsersUsingFilter
Find only active users using filters
- Available Since
- 1.5
| name | type | description | default | constraints |
|---|---|---|---|---|
| limit | query | Number of results to return | 20 | required |
| offset | query | Search offset | 0 | required |
| orderby | query | Field to order results by example: fullName_ASC, email_DESC | fullName_ASC | |
| pattern | query | Pattern to search |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response List of JSON (example): |
- Available Since
- 1.5
GET /wcm/user/findUsingFilter
Find users using filters
- Available Since
- 1.5
| name | type | description | default | constraints |
|---|---|---|---|---|
| limit | query | Number of results to return | 20 | required |
| offset | query | Search offset | 0 | required |
| orderby | query | Field to order results by example: fullName_ASC, email_DESC | fullName_ASC | |
| pattern | query | Pattern to search |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response List of JSON (example): |