xeonr.auth.api.v1.UsersService
postBatch Get Users
Returns basic public profile information (username, avatar) for a list of users. Results are scoped to users enrolled in the authenticating application. **Required scopes:** `profile` or `auth:users:lookup`
postLookup User By Username
Resolves a username to its user within the caller's organisation — the reverse of BatchGetUsers, for surfaces addressed by username (public profiles). Unlike BatchGetUsers this is organisation-scoped rather than enrollment-scoped: the person being looked up need not have used the calling application. Usernames are not uniquely indexed; an ambiguous username answers not_found. **Required scopes:** `profile` or `auth:users:lookup`
Update Team POST
Updates a team's display fields. The slug is immutable. Requires team owner. **Required scopes:** `auth:teams:manage` or `auth:teams:manage:app` (the latter additionally requires the team to be entitled to the calling application)
Batch Get Users POST
Returns basic public profile information (username, avatar) for a list of users. Results are scoped to users enrolled in the authenticating application. **Required scopes:** `profile` or `auth:users:lookup`