Represents the information about the currently authenticated user within the system.
This includes language preferences, name, email.
Important Info! The new May release is now available!
Please consult the release notes for detailed information. For any questions, please contact developer.active@sage.com.
HTTP | Operation | Type | Object |
---|---|---|---|
Query | userProfile |
Represents the information about the currently authenticated user within the system.
This includes language preferences, name, email.
Key | Value |
---|---|
Authorization |
Bearer Current access Token How to find? |
x-api-key |
Primary or secondary subscription key of your app How to find? |
Fields | Type | Description |
---|---|---|
id |
UUID | Id |
applicationlanguageCode |
String | User’s language (e.g. en-US ) |
fullName |
String | User’s name |
authenticationEmail |
String | user’s email |