- Jupyter scripts
- Code Engine Functions
- Custom Java/Node/Python scripts
Create User
Playground
POSTEndpoint:
/api/identity/v1/users
Example:
Get User By Id
Playground
GETEndpoint:
/api/identity/v1/users/{id}Path Parameters:
id- Id of the user requested.- Integer
- Required
parts- Options
- MINIMAL
- SIMPLE
- DETAILED
- GROUPS
- ROLE
- Example
/api/identity/v1/users/{id}?parts=DETAILED
- Options
Get All Users
Playground
GETEndpoint:
/api/identity/v1/usersOptional Query Parameters:
parts- Options
- MINIMAL
- SIMPLE
- DETAILED
- GROUPS
- ROLE
- Example
/api/identity/v1/users?parts=DETAILED
- Options
Update User
Playground
PATCHEndpoint:
/api/identity/v1/users/{id}Path Parameters:
id- Id of the user requested.- Integer
- Required
Delete User
Playground
DELETEEndpoint:
/api/identity/v1/users/{id}Path Parameters:
id- Id of the user requested.- Integer
- Required