users REST Endpoints
Social Wish Lists/users
API for users of spaces
- Authenticate a user with CC
-
Method: postPath:
/swm/rs/v1/users/cc/{ccProfileId} - Delete a user
-
Method: deletePath:
/swm/rs/v1/users/{userId} - Get a user
-
Method: getPath:
/swm/rs/v1/sites/{siteId}/users/{userId} - Refresh a user
-
Method: postPath:
/swm/rs/v1/users/refresh - Update a user
-
Method: putPath:
/swm/rs/v1/sites/{siteId}/users/{userId}
Social Wish Lists/users
API for users of spaces
- Get a user
-
Method: getPath:
/swm/rs/v1/sites/{siteId}/users/{userId} - Update a user
-
Method: putPath:
/swm/rs/v1/sites/{siteId}/users/{userId} - Authenticate a user with CC
-
Method: postPath:
/swm/rs/v1/users/cc/{ccProfileId} - Refresh a user
-
Method: postPath:
/swm/rs/v1/users/refresh - Delete a user
-
Method: deletePath:
/swm/rs/v1/users/{userId}
Social Wish Lists/users
API for users of spaces
- Delete a user
-
Method: deletePath:
/swm/rs/v1/users/{userId} - Get a user
-
Method: getPath:
/swm/rs/v1/sites/{siteId}/users/{userId} - Authenticate a user with CC
-
Method: postPath:
/swm/rs/v1/users/cc/{ccProfileId} - Refresh a user
-
Method: postPath:
/swm/rs/v1/users/refresh - Update a user
-
Method: putPath:
/swm/rs/v1/sites/{siteId}/users/{userId}