Get Users
GET/api/v31.02/users
x-prisma-cloud-target-env: {"permission":"userManagement","saas":true,"self-hosted":true}
x-public: true
Retrieves a list of all users.
This endpoint maps to Manage > Authentication > Users in the Console UI.
cURL Request
The following cURL command retrieves all users.
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
'https://<CONSOLE>/api/v<VERSION>/users'
A successful response returns a list of all users.
Responses
- 200
- default
UserList represents a list of users