User
User API which allows member management within project, company, and domain
Package : spaceone.api.identity.v1
User
User Methods:
Method | Request | Response |
---|---|---|
create
POST /identity/v1/users
Type | Message |
---|---|
Request | |
Response |
update
PUT /identity/v1/users
Update user info by given user_id
Type | Message |
---|---|
Request | |
Response |
set_required_actions
POST /identity/v1/users/set-required-actions
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 |
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
Field | Type | Required | Description |
---|---|---|---|
user_id | string | ✔ | |
password | string | ✘ | |
name | string | ✘ | |
string | ✘ | ||
user_type |
| ✘ | |
backend |
| ✔ | |
language | string | ✘ | |
timezone | string | ✘ | |
tags | ✘ | ||
domain_id | string | ✔ |
FindUserInfo
Field | Type | Description |
---|---|---|
user_id | string | |
name | string | |
string | ||
tags |
FindUserQuery
Field | Type | Required | Description |
---|---|---|---|
search | ✔ | ||
domain_id | string | ✔ |
FindUserSearch
Field | Type | Description |
---|---|---|
user_id | string | |
keyword | string |
FindUsersInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
GetUserRequest
Field | Type | Required | Description |
---|---|---|---|
user_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
SetRequiredActionsRequest
Field | Type | Required | Description |
---|---|---|---|
user_id | string | ✔ | |
actions |
| ✔ | |
domain_id | string | ✔ |
UpdateUserRequest
Field | Type | Required | Description |
---|---|---|---|
user_id | string | ✔ | |
password | string | ✘ | |
name | string | ✘ | |
string | ✘ | ||
language | string | ✘ | |
timezone | string | ✘ | |
tags | ✘ | ||
domain_id | string | ✔ |
UserInfo
Field | Type | Description |
---|---|---|
user_id | string | |
name | string | |
state |
| |
string | ||
user_type |
| |
backend |
| |
language | string | |
timezone | string | |
required_actions |
| |
tags | ||
last_accessed_at | string | |
created_at | string | |
domain_id | string |
UserQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
user_id | string | ✘ | |
name | string | ✘ | |
state | string | ✘ | |
string | ✘ | ||
user_type |
| ✘ | |
backend |
| ✘ | |
domain_id | string | ✘ |
UserRequest
Field | Type | Required | Description |
---|---|---|---|
user_id | string | ✔ | |
domain_id | string | ✔ |
UserStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
UsersInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
Last updated