GET
/
api
/
users
List users
curl --request GET \
  --url https://{FUSION HOST}/api/users
[
  {
    "id": "<string>",
    "username": "<string>",
    "realmName": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "roleNames": [
      "<string>"
    ],
    "timezone": "<string>",
    "permissions": [
      {
        "methods": [
          "GET"
        ],
        "path": "<string>",
        "params": {}
      }
    ]
  }
]

Query Parameters

Username to filter. If not specified, then all users will returned.
string
One or more user names. If not specified, then users from all realms are returned.
string

Response

200 - */*

OK

The response is of type object[].