Skip to main content

Update User Status

PUT 

https://app.infodeck.io/api/organizations/:organizationId/users/:userId/status

Update status for organization user

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    userId stringrequired

    The ID of user.

Body

required
    status stringrequired

    SUCCESS, CONFIRM_JOIN, PENDING_ACCEPT.

Responses

Schema
    data objectrequired

    Status of the user.

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X PUT 'https://app.infodeck.io/api/organizations/:organizationId/users/:userId/status' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"status": "string"
}'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
Body required
{
  "status": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!