GET enterpriseusers/{userName}

Gets a specific enterprise user

Request Information

Parameters

NameDescriptionAdditional information
userName the enterprise user's username

Define this parameter in the request URI.

Response Information

A list of enterprise users

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "UserName": "sample string 39",
  "Created": "2026-05-17T10:01:11.2064637+02:00",
  "OwnerOrgNo": "sample string 18",
  "_links": {
    "self": {
      "href": "sample string 24"
    }
  }
}