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 18",
  "Created": "2024-04-14T11:10:48.9053473+02:00",
  "OwnerOrgNo": "sample string 33",
  "_links": {
    "self": {
      "href": "sample string 47"
    }
  }
}