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 75"
    }
  },
  "_embedded": {
    "sample string 88": [
      {
        "UserName": "sample string 52",
        "Created": "2025-05-02T23:40:57.8590355+02:00",
        "OwnerOrgNo": "sample string 95"
      },
      {
        "UserName": "sample string 52",
        "Created": "2025-05-02T23:40:57.8590355+02:00",
        "OwnerOrgNo": "sample string 95"
      },
      {
        "UserName": "sample string 52",
        "Created": "2025-05-02T23:40:57.8590355+02:00",
        "OwnerOrgNo": "sample string 95"
      }
    ]
  }
}