Add a Role Member to the Role

post

/process/api/v1/data-access/roles/{id}/members

Adds a new role member in the data access control service.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : RoleMember
Type: object
Title: RoleMember
Defines Member of the Role
Show Source
Nested Schema : links
Type: array
Show Source
Back to Top

Response

Supported Media Types

201 Response

Created
Body ()
Root Schema : RoleMember
Type: object
Title: RoleMember
Defines Member of the Role
Show Source
Nested Schema : links
Type: array
Show Source

400 Response

Bad request
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

404 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

409 Response

Conflict
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

429 Response

Too many requests

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

503 Response

Too many exceptions or too slow requests
Back to Top