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 53",
  "Created": "2025-03-19T10:58:41.6071876+01:00",
  "OwnerOrgNo": "sample string 74",
  "_links": {
    "self": {
      "href": "sample string 98"
    }
  }
}