GET 1.0/{InstanceId}/Users/{UserId}

Retrieves an individual user record

Request Information

URI Parameters

API Parameter Details
NameDescriptionTypeAdditional information
InstanceId

The instance ID relating to a specific ADM database

string

Required

UserId

The ID of the user to be retrieved

integer

Required

Body Parameters

None.

Response Information

Resource Description

An individual User Response object

UserResponse
API Parameter Details
NameDescriptionTypeAdditional information
Id

The Unique Id

integer

None.

UserId

The 4 letter code identifier

string

None.

Username

The user name

string

None.

EmailAddress

The email address

string

None.

CloudGuid

The aCloud Guid

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "sample string 2",
  "Username": "sample string 3",
  "EmailAddress": "sample string 4",
  "CloudGuid": "sample string 5"
}