Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Success
Returns the current user’s profile data.
The response will include the following attributes:
initials
- A derived attribute that represents the user’s initials based on their name. This is typically used for avatar placeholders or compact user displays. For example, “John Doe” would have initials “JD”.name
- The user’s full name. This is a required field that can be:
email
- The user’s email address. This is a critical field that:
role_level
- Represents the user’s permission level in the system. This attribute:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success