v1

latestSwagger 2.02026-07-17502976.2 KB
Users

Get User

The User endpoint returns the details of a specific User.

get/users/{username}

Path parameters

usernamestring required

The sAMAccountName of the User to return.

Response

An array of Users

sAMAccountNamestring

Username of the User.

namestring

Formal name of the User.

emailstring

Email address

emailHashstring

An MD5 hash of the User's email address.

distinguishedNamestring

LDAP distinguished name.

displayNamestring

Display name of the User.

givenNamestring

The User's given name.

titlestring

The User's current title.

departmentstring

The User's department.

divisionstring

The User's division.

{"stackTrail":"components:schemas:User:properties:firstLogin","oasType":"schema","type":"unknown","description":"The date/time of the User's first login to Cyclotron."}
{"stackTrail":"components:schemas:User:properties:lastLogin","oasType":"schema","type":"unknown","description":"The date/time of the User's last login to Cyclotron."}
timesLoggedIninteger

The number of times this User has logged into Cyclotron.

memberOfstring[]

List of LDAP distinguished names for groups this User is a member of.