Skip to main content

Reset owner's invitation in sub-organization

POST 

/bv/org/v1/sub-orgs/:id/invitations:reset

Resets the owner's invitation for a specific sub-organization within the main organization using the provided access token.


Required field(s):

  • id

  • Returns a 404/NotFound error if the requested resource is not found.
  • Returns a 400/BadRequest error if the request body is invalid.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the sub-organization.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    invitee_email stringrequired

    Required. The email of the owner that wants to reset in the sub-organization.

Responses

A successful response.

Schema

    object

Loading...