- Completely remove a user from the system (Not SCIM compliant)
List SCIM schemas
Detail a SCIM schema
Provides SCIM Schema Provider Configuration
Provides SCIM Resource Types
Detail a SCIM Resource Type
List users in the program
Create a user in the program
Show a single program user by ID
Replace a user in the program
Update a user in the program
Completely remove a user from the system
Show information about the current user
Completely remove a user...
Permanently remove a User and their details from all Programs. A non-existent user, or a user that's already been forgotten, will return a 202.
Security
oauth2_as_a_server(Required scopes: users.write) or oauth2_as_a_user(Required scopes: users.write)
- US1https://partner.socialchorus.com/v2/Users/{user_id}/forget
- US2https://partner.us2.onfirstup.com/v2/Users/{user_id}/forget
- EUhttps://partner.onfirstup.eu/v2/Users/{user_id}/forget
- oauth2_as_a_server
- oauth2_as_a_user
curl -i -X POST \
'https://partner.socialchorus.com/v2/Users/{user_id}/forget' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'