POST/users/{userId}/force-logout
Forces a member to log out of the service. Once logged out, they cannot use the service in both the web and mobile environments until they log in again. Members are not logged out immediately; it takes up to 5 minutes.
When this API operation is called, the access token and the refresh token for the member expire.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
directory
user
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
Accepted