- URL:https://<security-url>/users
- Operations:Create User, Get Enterprise User, Update Enterprise User, Search Enterprise Users, Refresh User Membership
- Required Capability:Default administrator role | Security and infrastructure privilege
- Version Introduced:10.2.1
Description
The users resource is an umbrella for operations to manage members within Portal for ArcGIS. The resource returns the total number of members in the system.
As an administrator, you can register enterprise accounts in your portal instance by using the Create User operation. When automatic sign-in for users is disabled in the security configuration, registered enterprise accounts can sign in as members of the portal. This gives you full control on all the accounts within a portal instance.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for the users resource:
https://machine.domain.com/webadaptor/portaladmin/security/users?f=json
JSON Response example
{
"currentRegisteredMembers": 25
}