Directory

get

Returns a list of all people in your organization, including names, email addresses, and home addresses.

Responses
chevron-right
200

OK

Responseobject
get
/api/learners
200

OK

get

Returns a person using the person's unique globally unique identifier or individual account code. Account codes are alphanumeric values assigned by your organization.

Path parameters
idstringRequired
Responses
chevron-right
200

OK

Responseobject
get
/api/learners/{id}
200

OK

post

Updates the person's name, email address, and home address. If the person is not in the database, then this method adds them as a new person.

Body
Identifierstring · uuidOptionalExample: 00000000-0000-0000-0000-000000000000
FirstNamestringOptional
MiddleNamestringOptional
LastNamestringOptional
EmailstringOptional
CodestringOptional
PasswordstringOptional
IsAdministratorbooleanOptional
IsLearnerbooleanOptional
AccessGrantedstring · date-timeOptional
AccessRevokedstring · date-timeOptional
Responses
chevron-right
200

OK

Responseobject
post
/api/learners/save
200

OK

post

Updates the person's name, email address, and home address. If the person is not in the database, then this method adds them as a new person.

Path parameters
idstringRequired
Body
Identifierstring · uuidOptionalExample: 00000000-0000-0000-0000-000000000000
FirstNamestringOptional
MiddleNamestringOptional
LastNamestringOptional
EmailstringOptional
CodestringOptional
PasswordstringOptional
IsAdministratorbooleanOptional
IsLearnerbooleanOptional
AccessGrantedstring · date-timeOptional
AccessRevokedstring · date-timeOptional
Responses
chevron-right
200

OK

Responseobject
post
/api/learners/{id}/save
200

OK

post

Counts the learners who match your search criteria. You can search based on any of the following property values: Code, Email, FirstName, and/or LastName.

Body
FirstNamestringOptional
LastNamestringOptional
EmailstringOptional
CodestringOptional
Responses
chevron-right
200

OK

Responseobject
post
/api/learners/count
200

OK

post

Counts the learners who match your search criteria. You can search based on any of the following property values: Code, Email, FirstName, and/or LastName.

Path parameters
idstringRequired
Body
FirstNamestringOptional
LastNamestringOptional
EmailstringOptional
CodestringOptional
Responses
chevron-right
200

OK

Responseobject
post
/api/learners/{id}/count
200

OK

post

Searches for learners who match your search criteria. You can search based on any of the following property values: Code, Email, FirstName, and/or LastName.

Body
FirstNamestringOptional
LastNamestringOptional
EmailstringOptional
CodestringOptional
Responses
chevron-right
200

OK

Responseobject
post
/api/learners/search
200

OK

post

Searches for learners who match your search criteria. You can search based on any of the following property values: Code, Email, FirstName, and/or LastName.

Path parameters
idstringRequired
Body
FirstNamestringOptional
LastNamestringOptional
EmailstringOptional
CodestringOptional
Responses
chevron-right
200

OK

Responseobject
post
/api/learners/{id}/search
200

OK

Last updated

Was this helpful?