Skip to main content

Remove a user from an account

PUT 

/users/remove/:id

Remove a user from an account

Request

Path Parameters

    id uuidrequired

    Unique identifier of the user to remove

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Body

required

    account_id stringrequired

    Unique identifier of the account from which the user is removed.

Responses

User removed from account

Schema

    account_id uuidrequired

    Unique identifier of the account

    user_id uuidrequired

    Unique identifier of the user

    user_role stringrequired

    Possible values: [admin, user]

    Role of the user

Loading...