v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
users

Get User

Use this endpoint to get the details of a specific user.

get/users/{userId}

Path parameters

userIdstring uuid required

The user's unique identifier

Response

OK

idstring uuid

The unique ID of the Company User.

displayNamestring

The display name of the user.

firstNamestring

The user's first name.

lastNamestring

The user's last name.

initialsstring

The user's initials.

status'Active' | 'Inactive' | 'Archived' | 'Deleted'

the status of this user account.

phonestring

The user's phone number.

mobilePhonestring

The user's mobile phone number.

emailstring

The user's email address.

_linkstring

The unique URI of the AccuLynx User.

Example response

{
  "id": "228db892-3b49-4455-b839-ffd8576d8731",
  "role": {
    "id": 3,
    "name": "Manager"
  },
  "_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
}