GET enterpriseusers

Gets all existing enterprise user

Response Information

A list of enterprise users

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 44"
    }
  },
  "_embedded": {
    "sample string 32": [
      {
        "UserName": "sample string 78",
        "Created": "2024-03-29T11:00:13.3141648+01:00",
        "OwnerOrgNo": "sample string 13"
      },
      {
        "UserName": "sample string 78",
        "Created": "2024-03-29T11:00:13.3141648+01:00",
        "OwnerOrgNo": "sample string 13"
      },
      {
        "UserName": "sample string 78",
        "Created": "2024-03-29T11:00:13.3141648+01:00",
        "OwnerOrgNo": "sample string 13"
      }
    ]
  }
}