Skip to main content

Reset all sessions of a user

POST 

/v2/sessions/reset_all

Reset all sessions of a user. Admins can now take immediate action to restrict user access to company data in case of security concerns. Calling this API ends all active Miro sessions across devices for a particular user, requiring the user to sign in again. This is useful in situations where a user leaves the company, their credentials are compromised, or there's suspicious activity on their account.

Required scope

sessions:delete

Rate limiting

Level 3

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Query Parameters

    email stringrequired

    Email ID of the user whose sessions you want to reset. Note that this user will be signed out from all devices.

    Example: john.smith@example.com

Responses

User Sessions Reset

Loading...