UserMeResponse
Datalayer Core / UserMeResponse
Interface: UserMeResponse
Defined in: src/models/IAM.ts:73
Response from the /me endpoint containing current user information UserMeResponse
Properties
me
me:
object
Defined in: src/models/IAM.ts:79
Current user's profile information
Index Signature
[key: string]: any
Allow additional fields that may come from the server
avatar_url_s
avatar_url_s:
string
Avatar URL for the user (may be empty string)
email_s
email_s:
string
Email address of the user (may be empty string)
first_name_t
first_name_t:
string
First name of the user (may be empty string)
handle_s
handle_s:
string
User handle (username)
id
id:
string
Unique identifier (full ID) for the user
last_name_t
last_name_t:
string
Last name of the user (may be empty string)
roles_ss
roles_ss:
string[]
Array of roles assigned to the user
uid
uid:
string
Unique identifier (UID) for the user
message
message:
string
Defined in: src/models/IAM.ts:77
Response message from the server
success
success:
boolean
Defined in: src/models/IAM.ts:75
Whether the request was successful