Skip to main content

Assign an API key to another user

POST 
/auth/api_keys/:id/assignment

Assigns an API key to a user. This controls what they are authorized to do in Mission Control.

Request

Path Parameters

    id stringrequired

    The id of the API Key

Body

required

    user_id string

    uuid for User.

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...