User REST Endpoints
User
Use the User service to view and update users. Update Keys : 'email' or 'userId' or 'ldapGuid'
- Create a User
- Method: postPath:
/api/restapi/user - 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