Understanding user management in Nile Auth
User
model in Nile Auth defines the structure of a user object. It includes both basic and custom properties to meet the needs of your application.
/users
endpoint.
newTenant
is present. Users can only add other users to tenants of which they are a member. To add a user to a tenant, use linkUser
PUT
method. A custom endpoint would need to be created in order for one user to update the information of another.
unlinkUser