Skip to main content
PUT
Updates the meta data for a user.

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Path Parameters

userid
number
required

User that should be updated.

Body

application/json
FirstName
string
LastName
string
Email
string
InternalID
string
Gender
enum<string>
Available options:
M,
F
EthnicityID
number
AgeRange
string
HowManyCoursesTaken
string

Response

200 - application/json

User metadata updated.

UserId
string
FirstName
string
LastName
string
Email
string<email>
InternalId
string
AccessCode
string

The user's assessment access (PIN) code.

CompletionPercentage
string

Percentage of the assessment completed (0-100).

DateTimeStarted
string<date-time>
DateTimeLastUpdated

Date the assessment was last updated. Empty array if not yet updated.

DateTimeCompleted

Date the assessment was completed. Empty array if not yet completed.

HowManyCourses
any[]
AgeRange
any[]
Gender
any[]
Uri
string

Relative URI for this user.

CustomData
object[]

Custom question responses configured for the account.