Profile
GET/user/me
Returns the current user's personal profile information.
Responses
- 200
- 400
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Access keys allowed
activeRole object
Model for User Profile Role Detail
User Role ID
User Role Name
true = Allow only CI Access for Build and Deploy security roles
true = Allow only Compute Access for reduced system admin roles
true = Allow only Read Access for
User Role Type (Default or Custom Permission Group Name).
Default Role ID
Display name
Email ID
Enabled
First name. Maximum length is 300 characters.
Last login time
Last modified by
Time profile was last updated
Last name. Maximum length is 300 characters.
Role IDs
roles object[]
All Role Info
User Role ID
User Role Name
true = Allow only CI Access for Build and Deploy security roles
true = Allow only Compute Access for reduced system admin roles
true = Allow only Read Access for
User Role Type (Default or Custom Permission Group Name).
Time zone (e.g. America/Los_Angeles)
{
"accessKeysAllowed": true,
"activeRole": {
"id": "string",
"name": "string",
"onlyAllowCIAccess": true,
"onlyAllowComputeAccess": true,
"onlyAllowReadAccess": true,
"type": "string"
},
"defaultRoleId": "string",
"displayName": "string",
"email": "string",
"enabled": true,
"firstName": "string",
"lastLoginTs": 0,
"lastModifiedBy": "string",
"lastModifiedTs": 0,
"lastName": "string",
"roleIds": [
"string"
],
"roles": [
{
"id": "string",
"name": "string",
"onlyAllowCIAccess": true,
"onlyAllowComputeAccess": true,
"onlyAllowReadAccess": true,
"type": "string"
}
],
"timeZone": "string"
}
user_inactive_or_not_exist