Skip to main content

Profile

GET 

/user/me

Returns the current user's personal profile information.

Responses

successful operation

Schema
    accessKeysAllowed boolean

    Access keys allowed

    activeRole object

    Model for User Profile Role Detail

    id string

    User Role ID

    name string

    User Role Name

    onlyAllowCIAccess boolean

    true = Allow only CI Access for Build and Deploy security roles

    onlyAllowComputeAccess boolean

    true = Allow only Compute Access for reduced system admin roles

    onlyAllowReadAccess boolean

    true = Allow only Read Access for

    type string

    User Role Type (Default or Custom Permission Group Name).

    defaultRoleId stringrequired

    Default Role ID

    displayName string

    Display name

    email stringrequired

    Email ID

    enabled boolean

    Enabled

    firstName stringrequired

    First name. Maximum length is 300 characters.

    lastLoginTs int64

    Last login time

    lastModifiedBy string

    Last modified by

    lastModifiedTs int64

    Time profile was last updated

    lastName stringrequired

    Last name. Maximum length is 300 characters.

    roleIds string[]required

    Role IDs

    roles object[]

    All Role Info

  • Array [
  • id string

    User Role ID

    name string

    User Role Name

    onlyAllowCIAccess boolean

    true = Allow only CI Access for Build and Deploy security roles

    onlyAllowComputeAccess boolean

    true = Allow only Compute Access for reduced system admin roles

    onlyAllowReadAccess boolean

    true = Allow only Read Access for

    type string

    User Role Type (Default or Custom Permission Group Name).

  • ]
  • timeZone stringrequired

    Time zone (e.g. America/Los_Angeles)

Loading...