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/:uuid
| Name | Description | Type | ||
|---|---|---|---|---|
uuid | A unique identifier used to identify the status of a user | string | ||
user.username | A unique username to select by user.username instead of uuid | string | ||
| An alternative to `uuid` which is only used when `uuid` is not provided. When used as a URL parameter, the username should be prefixed with `user.username:`. | ||||
| Name | Description | Endpoint |
|---|---|---|
user | Retrieves the uuid of the user | Users |
custom_status | Retrieves the custom status of a user | CustomStatus |
{
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"custom_status_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"user_uuid": "8e09c4749b234633a7319148aac8cb81",
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}