v1

latestSwagger 2.02026-07-13107214235.7 KB
Team Member Role

List all the role options for the user

List all the role options for the user

get/v1/workgroups/{workgroup_id}/projects/{project_id}/memberroles/{user_id}

Path parameters

workgroup_idstring required
project_idstring required
user_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "result": [
    {
      "role_name": "sample role_name"
    }
  ],
  "status_reason": "sample status_reason"
}