Get User Information

Retrieves information about the user sending the request. The user's account details, such as the account name, user name, email, locale, account display name, and account time zone are returned.

Service URL:

/rest/api/v1.3/user/info

Request Method:

GET

Request Header:

Authorization=<AUTH_TOKEN>

Content-Type=application/json

Request Body - Required Properties:

Not applicable

Sample Response Body

Refer to the online REST API reference for an explanation of each property returned in the response.

{
  "accountName": "oracleapi",
  "userName": "oracle-api",
  "userEmail": "ocxmarketing@oracle.com",
  "userLocale": "en",
  "accountDisplayName": "oracleapi",
  "accountTimeZone": "Asia/Calcutta",
  "createdDate": "2018-08-02"
}