latestOpenAPI 3.0.32026-08-10234358.4 KB
3d5d69795558
Users
Get a user
Retrieve details of a specific user
get/user-service/users/{userId}
Response
User object
idstring uuid required
Unique identifier for the user
account_idstring required
Account identifier this user belongs to
namestring required
User's full name
emailstring email nullable
User's email address
descriptionstring nullable
User's description or bio
profile_photostring uri nullable
URL to user's profile photo
created_atstring date-time required
When the user was created
last_loginstring date-time nullable
User's last login time
email_verifiedboolean
Whether the user's email has been verified
assigned_role_idsstring[]
List of role IDs directly assigned to this user
team_idsstring[]
List of team IDs this user belongs to
connectionstring nullable
Connection/authentication provider used by the user
created_bystring uuid nullable
User ID of the person who created this user
created_by_namestring nullable
Name of the user who created this user
system_generatedboolean
Whether this service account was automatically created by the system during migrations or other automated processes
type'USER' | 'SA'
User type - either regular USER or Service Account (SA)