User
Package : spaceone.api.identity.v1
User
User Methods:
NO
Method
Request Type
Response Type
Description
create
POST /identity/v1/users
update
PUT /identity/v1/users
enable
PUT /identity/v1/user/{user_id}/enable
disable
PUT /identity/v1/user/{user_id}/disable
update_role
PUT /identity/v1/user/{user_id}/roles
delete
DELETE /identity/v1/users
get
GET /identity/v1/user/{user_id}
list
GET /identity/v1/users
POST /identity/v1/users/search
stat
POST /identity/v1/users/stat
find
POST /identity/v1/users/find
sync
POST /identity/v1/users/sync
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
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
FindUserSearch
No
Field
Type
Required
Description
1
user_id
string
2
keyword
string
FindUsersInfo
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
10
domain_id
string
UpdateUserRoleRequest
UserInfo
No
Field
Type
Required
Description
1
user_id
string
2
name
string
3
state
UserInfo.State
NONE
ENABLED
DISABLED
UNIDENTIFIED
4
string
5
mobile
string
6
group
string
7
language
string
8
timezone
string
13
domain_id
string
UserQuery
No
Field
Type
Required
Description
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
2
domain_id
string
required
UsersInfo
Last updated