cURL
curl --request GET \ --url https://cloud.activepieces.com/api/v1/users \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "email": "<string>", "firstName": "<string>", "status": "ACTIVE", "externalId": "<string>", "lastChangelogDismissed": "<string>", "platformId": "<string>", "platformRole": "ADMIN", "lastName": "<string>", "created": "<string>", "updated": "<string>" } ], "next": "<string>", "previous": "<string>" }
List users
Use your api key generated from the admin console
Default Response
The response is of type object.
object