Read User Enabled
GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/enabled
When a new user resource is created, the value specified for the enabled
attribute determines the user's ability to authenticate. If the enabled
attribute is omitted from the POST
request, the value is set to true
by default.
For existing users, you can use the GET /environments/{{envID}}/users/{{userID}}/enabled
operation to check whether the specified user is enabled or disabled.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/9a774ad6-b6b6-4179-af87-226cd68955f0/enabled"},"user":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/9a774ad6-b6b6-4179-af87-226cd68955f0"}},"enabled":true}