User status
Retrieves a collection of custom statuses.
Retrieves the custom status of a user.
Allows a user to create the status.
Deletes a users status.
GET https://api.bundeling.com/V2/user_status| Name | Description | Endpoint |
|---|---|---|
user | Retrieves the uuid of the user | Users |
custom_status | Retrieves the custom status of a user | CustomStatus |
{
"data": [
{
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"custom_status_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"user_uuid": "8e09c4749b234633a7319148aac8cb81",
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}
],
"pagination": {
"total": 1,
"per_page": 100,
"current_page": 1,
"total_pages": 1
}
}