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 61"
    }
  },
  "_embedded": {
    "sample string 94": [
      {
        "UserName": "sample string 82",
        "Created": "2024-04-25T01:04:49.5883901+02:00",
        "OwnerOrgNo": "sample string 52",
        "_links": {
          "self": {
            "href": "sample string 25"
          }
        }
      },
      {
        "UserName": "sample string 82",
        "Created": "2024-04-25T01:04:49.5883901+02:00",
        "OwnerOrgNo": "sample string 52",
        "_links": {
          "self": {
            "href": "sample string 25"
          }
        }
      },
      {
        "UserName": "sample string 82",
        "Created": "2024-04-25T01:04:49.5883901+02:00",
        "OwnerOrgNo": "sample string 52",
        "_links": {
          "self": {
            "href": "sample string 25"
          }
        }
      }
    ]
  }
}