workspaces
Lists all members of specified workspace.
User has to be a member of the Workspace
get/workspaces/{workspace_id}/members
Path parameters
workspace_idstring required
Workspace identifier
Response
OK
Example response
{
"data": [
{
"id": "5b4f337bff4304610483ba67",
"links": {
"self": "/v2/members/5b4f337bff4304610483ba67"
},
"attributes": {
"first_name": "John",
"last_name": "Smith",
"roles": [
"integrator"
],
"email": "test@example.com"
}
}
],
"links": {
"self": "/v2/workspaces/5b4f337bff4304610483ba67/members"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.