Listing all App Users
Currently, there are no paging or filtering options, so listing App Users will get you every App User in the system, every time.
This endpoint supports retrieving extended metadata; provide a header X-Extended-Metadata: true to additionally retrieve the lastUsed timestamp of each App User, the details of the Actor the App User was createdBy, and a properties object containing any actor property values set on the App User.
Path parameters
The numeric ID of the Project
Response
This is the Extended Metadata response, if requested via the appropriate header:
Example response
[
{
"createdAt": "2018-04-18T23:19:14.802Z",
"displayName": "My Display Name",
"id": 115,
"updatedAt": "2018-04-18T23:42:11.406Z",
"deletedAt": "2018-04-18T23:42:11.406Z",
"token": "d1!E2GVHgpr4h9bpxxtqUJ7EVJ1Q$Dusm2RBXg8XyVJMCBCbvyE8cGacxUx3bcUT",
"projectId": 1
}
]Changes
Changed in 4 of the 54 revisions of this API.15
- ○
added the optional property
items/allOf[subschema #2]/propertiesto the response with the200status (media type: application/json; extended)response-optional-property-added
- ○
- ○
api operation id
Listing all App Usersremoved and replaced withlistAllAppUsersapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ●
removed the optional property
items/allOf[subschema #2]/propertiesfrom the response with the200status (media type: application/json; extended)response-optional-property-removed
- ○
api operation id
listAllAppUsersremoved and replaced withListing all App Usersapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●