UserStatus
User status information

Contains current line state for a single user

Name Summary Type Format Description
status Current status as integer string-enum int32 This is a flaggable integer where multiple values can be set at the same time.
Allowed values: [Idle(0), InUse(1), Unavailable(4), Ringing(8), InUse and Ringing(9)]
status_text Current status as text string-enum Contains the current status as text.
Allowed values: [Idle, InUse, Unavailable, Ringing, InUse&Ringing]
pbx_user_id Unique user identifier string int32
				
{
    "pbx_user_id": "123456",
    "status": "1",
    "status_text": "InUse"
}