v1
latestSwagger 2.02026-07-13107214235.7 KBTeam 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
Example response
{
"result": [
{
"role_name": "sample role_name"
}
],
"status_reason": "sample status_reason"
}