User
Filter workspace users
post/v1/workspaces/{workspaceId}/users/info
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
Request body
Example request
{
"accountStatuses": [
"LIMITED",
"ACTIVE"
],
"email": "mail@example.com",
"memberships": "NONE",
"name": "John",
"page": 1,
"pageSize": 50,
"projectId": "21a687e29ae1f428e7ebe606",
"roles": [
"WORKSPACE_ADMIN",
"OWNER"
],
"sortColumn": "ID",
"sortOrder": "ASCENDING",
"status": "ACTIVE",
"userGroups": [
"5a0ab5acb07987125438b60f",
"72wab5acb07987125438b564"
]
}Response
OK
UserDtoV1[] required— unresolved $ref