Make the agent available in your account. Important for turning on notifications.
POST
/api/users/{uuid}/on_call.json
curl \
--request POST 'https://application.textline.com/api/users/84a2c56f-6b79-4764-811d-90880e2757b4/on_call.json'
Response examples (200)
{
"user": {
"avatar_url": "https://example.com/image.png",
"name": "Chuck Finley",
"on_call": true,
"username": "ChuckF",
"uuid": "deb79a6a-0652-4e14-86f2-dc8c5c502369",
"email": "chuckf@textline.com",
"permission_level": "Admin",
"group_uuids": [
"21ca50a9-a85d-49d1-9266-0df69fd5a9ef",
"35c450e8-5b60-46e2-b691-481419462c16"
]
}
}