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 11",
  "Created": "2025-03-12T05:46:52.3225348+01:00",
  "OwnerOrgNo": "sample string 60",
  "_links": {
    "self": {
      "href": "sample string 92"
    }
  }
}