DevelopmentApi
Get workspace user directory
Returns the workspace directory used for assignee pickers, member browsing, and role-aware UI flows.
Returns the workspace directory used for assignee pickers, member browsing, and role-aware UI flows.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
workspaceId*string
Response Body
application/json
curl -X GET "https://loading/api/workspaces/string/directory"{
"organizationMembers": [
{
"membershipId": "string",
"userId": "string",
"name": "string",
"email": "user@example.com",
"orgRole": "organization_admin",
"avatarSeed": "string",
"avatarFileId": "string",
"joinedAt": "string"
}
],
"workspaceMembers": [
{
"$id": "string",
"organizationId": "string",
"workspaceId": "string",
"userId": "string",
"role": "workspace_admin",
"managerUserId": "string",
"active": true,
"invitedViaInviteId": "string",
"name": "string",
"email": "user@example.com",
"avatarSeed": "string",
"avatarFileId": "string"
}
]
}Empty