User
Package : spaceone.api.identity.v1
User
User Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 | ||||
10 | ||||
11 |
create
POST /identity/v1/users
Type | Message |
Request | |
Response |
update
PUT /identity/v1/users
Type | Message |
Request | |
Response |
enable
PUT /identity/v1/user/{user_id}/enable
Type | Message |
Request | |
Response |
disable
PUT /identity/v1/user/{user_id}/disable
Type | Message |
Request | |
Response |
update_role
PUT /identity/v1/user/{user_id}/roles
Type | Message |
Request | |
Response |
delete
DELETE /identity/v1/users
Type | Message |
Request | |
Response |
get
GET /identity/v1/user/{user_id}
Type | Message |
Request | |
Response |
list
GET /identity/v1/users
POST /identity/v1/users/search
stat
POST /identity/v1/users/stat
Type | Message |
Request | |
Response |
find
POST /identity/v1/users/find
Type | Message |
Request | |
Response |
sync
POST /identity/v1/users/sync
Type | Message |
Request | |
Response |
Message
CreateUserRequest
No | Field | Type | Required | Description |
1 | user_id | string | required | |
2 | password | string | optional | |
3 | name | string | optional | |
4 | string | optional | ||
5 | mobile | string | optional | |
6 | group | string | optional | |
7 | language | string | optional | |
8 | timezone | string | optional | |
9 | tags | optional | ||
10 | domain_id | string | optional |
FindUserInfo
No | Field | Type | Required | Description |
1 | user_id | string | ||
2 | name | string | ||
3 | string | |||
4 | mobile | string | ||
5 | group | string | ||
6 | state | string |
FindUserQuery
No | Field | Type | Required | Description |
1 | search | |||
2 | domain_id | string |
FindUserSearch
No | Field | Type | Required | Description |
1 | user_id | string | ||
2 | keyword | string |
FindUsersInfo
No | Field | Type | Required | Description |
1 | results | |||
2 | total_count |
GetUserRequest
No | Field | Type | Required | Description |
1 | user_id | string | required | |
2 | domain_id | string | required | |
3 | only | string | optional |
UpdateUserRequest
No | Field | Type | Required | Description |
1 | user_id | string | ||
2 | password | string | ||
3 | name | string | ||
4 | string | |||
5 | mobile | string | ||
6 | group | string | ||
7 | language | string | ||
8 | timezone | string | ||
9 | tags | |||
10 | domain_id | string |
UpdateUserRoleRequest
No | Field | Type | Required | Description |
1 | user_id | string | ||
2 | roles | |||
3 | domain_id | string |
UserInfo
No | Field | Type | Required | Description |
1 | user_id | string | ||
2 | name | string | ||
3 | state | UserInfo.State
| ||
4 | string | |||
5 | mobile | string | ||
6 | group | string | ||
7 | language | string | ||
8 | timezone | string | ||
9 | roles | |||
10 | tags | |||
11 | last_accessed_at | |||
12 | created_at | |||
13 | domain_id | string |
UserQuery
No | Field | Type | Required | Description |
1 | query | optional | ||
2 | user_id | string | optional | |
3 | name | string | optional | |
4 | state | string | optional | |
5 | string | optional | ||
6 | mobile | string | optional | |
7 | group | string | optional | |
8 | role_id | string | optional | |
9 | project_id | string | optional | |
10 | project_group_id | string | optional | |
11 | domain_id | string | optional |
UserRequest
No | Field | Type | Required | Description |
1 | user_id | string | required | |
2 | domain_id | string | required |
UserStatQuery
No | Field | Type | Required | Description |
1 | query | required | ||
2 | domain_id | string | required |
UsersInfo
Last updated