Users
The user resource is managed by the Auth API.
XPKit Portal
- Users are managed by administrators (users who are assigned the admin group).
- Applications can invite users (if XPKit is a selected as an authentication provider) and upon registration users will be assigned the default group.
- Administrators can set the default groupin XPKit Portal.
Service URLs
| Region | URL | 
| AMER | https://auth.amer.xpkit.net | 
| APAC | https://auth.apac.xpkit.net | 
| China | https://auth.china.xpkit.cn | 
| EMEA | https://auth.emea.xpkit.net | 
OpenAPI Specification
| Resource name | Documentation | Download | 
| User (invite) | View | Link | 
Example user invite request
{
    "first_name": "Sarah",
    "last_name": "Jones",
    "email": "sarah.jones@abc.com"
}
Notes on invites