Skip to content

List Space Admins

GET
/space/admins

Lists all users with the Admin role on the current Space. Each entry is enriched with the user’s profile data (name, email, avatar) from the IdP.

X-Space-Id
required
string format: uuid

UUID of the target Space (tenant boundary). Validated against user access.

Array<object>
object
id
required

Assignment ID

string format: uuid
Example
770e8400-e29b-41d4-a716-446655440000
userId
required

User ID from the IdP

string
Example
usr_abc123
spaceId
required

Space ID

string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000
name

User display name

string
Example
John Smith
email

User email

string
Example
john.smith@example.com
avatarUrl

User avatar URL

string
Example
https://cdn.example.com/avatars/john.jpg

Unauthorized — missing or invalid JWT

Forbidden — insufficient permissions