User REST Endpoints
User
Use the User service to view and update users. Update Keys : 'email' or 'userId' or 'ldapGuid'
- Update a User
- Method: putPath:
/api/restapi/user
- View a User
- Method: getPath:
/api/restapi/user/{userId}
- View a User by Authentication GUID
- Method: getPath:
/api/restapi/user/ldap/{ldapGuid}
- View all Users
- Method: getPath:
/api/restapi/user/allUsers