PUT/people/{personId}/status/{statusId}.json

Update User Status

Updates the status for a specific user by passing in the user ID and then the specific status ID.


Path Params

  • Name
    personId
    Type
    string
    required
    Description
  • Name
    statusId
    Type
    string
    required
    Description

Body Params

    • Name
      userstatus
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }