Please enable JavaScript.
Coggle requires JavaScript to display documents.
User - Coggle Diagram
User
Create User(s) API
Create User
Success
HTTP Response Code: 200
Code: P200
Failed
Without Required Attribute
HTTP Response Code: 400
Code: P201
Error Code: RBAC001
Error Msg: Required Attribute is null
Create ERP User with incorrect format ID
HTTP Response Code: 400
Code: P201
Error Code: RBAC002
Error Msg: Invalid ERP User ID
Create OSM User with incorrect format ID
HTTP Response Code: 400
Code: P201
Error Code: RBAC003
Error Msg: Invalid OSM User ID
Create User with invalid Policy ID
HTTP Response Code: 200
Code: P201
Error Code: RBAC006
Error Msg: Invalid Policy ID
Create User with invalid Group ID
HTTP Response Code: 200
Code: P201
Error Code: RBAC005
Error Msg: Invalid Group ID
Create Users
All Success
HTTP Response Code: 200
Code: P200
All Failed
At least one user not fulfill attribute requirement
HTTP Response Code: 400
Code: P201
All users fulfill attribute requirement
HTTP Response Code: 200
Code: P201
Partially Success
Create User with the same User ID
HTTP Response Code: 200
Code: P202
Error Code: RBAC004
Error Msg: User ID is existed
Read User(s) API
Read User
Success
HTTP Response Code: 200
Code: P200
Failed
Without Required Atttibute
HTTP Response Code: 400
Code: P201
Error Code: RBAC007
Error Msg: Required Attribute is null
Incorrect User ID Format
Invalid ERP User ID format
HTTP Response Code: 400
Code: P201
Error Code: RBAC008
Error Msg: Invalid User ID format
Invalid OSM User ID format
HTTP Response Code: 400
Code: P201
Error Code: RBAC008
Error Msg: Invalid User ID format
Read Users
All Success
HTTP Response Code: 200
Code: P200
All Failed
At least one user not fulfill attribute requirement
HTTP Response Code: 400
Code: P201
All users fulfill attribute requirement
HTTP Response Code: 400
Code: P201
Update User(s) API
Update User
Success
HTTP Response Code: 200
Code: P200
Failed
Invalid User ID
HTTP Response Code: 200
Code: P201
Error Code: RBAC010
Error Msg: User ID is not existed
Invalid Policy ID
HTTP Response Code: 200
Code: P201
Error Code: RBAC012
Error Msg: Policy ID is not existed
Invalid Group ID
HTTP Response Code: 400
Code: P201
Error Code: RBAC011
Error Msg: Group ID is not existed
without required attribute
HTTP Response Code: 400
Code: P201
Error Code: RBAC009
Error Msg: Required Attribute is null
Update Users
All Success
HTTP Response Code: 200
Code: P200
All Failed
At least one user not fulfill attribute requirement
HTTP Response Code: 400
Code: P201
All user fulfill attribute requirement
HTTP Response Code: 200
Code: P201
Partially Success
Update user with the same User ID
HTTP Response Code: 200
Code: P202
Error Code: RBAC059
Error Msg: User already changed by others
Delete User(s) API
Delete User
Success
HTTP Response Code: 200
Code: P200
Failed
without required attribute
HTTP Response Code: 400
Code: P201
Error Code: RBAC013
Error Msg: Required Attribute is null
Delete Users
All Success
HTTP Response Code: 200
Code: P200
All Failed
At least one user ID is null
HTTP Response Code: 400
Code: P201
All User fulfill attribute requirement
HTTP Response Code: 200
Code: P201
Partially Success
Delete user with the same User ID
HTTP Response Code: 200
Code: P202
Error Code: RBAC014
Error Msg: User ID is not existed
Disable User(s) API
Disable User
Success
HTTP Response Code: 200
Code: P200
Failed
without required attribute
HTTP Response Code: 400
Code: P201
Error Code: RBAC071
Error Msg: Required Attribute is null
User ID is not exist
HTTP Response Code: 400
Code: P201
Error Code: RBAC072
Error Msg: User ID is not exist
Dsiable Users
All Success
HTTP Response Code: 200
Code: P200
All Failed
At least one user ID is null
HTTP Response Code: 400
Code: P201
All User fulfill attribute requirement
HTTP Response Code: 200
Code: P201
Partially Success
Disable user with the same User ID
HTTP Response Code: 200
Code: P202
Error Code: RBAC072
Error Msg: User is already updated by others