Staff User
List Staff User
curl --location '{B2B_Backend_URL}/api/v1/staff-users/' \
--header 'Authorization: Token {token}'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 859,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "",
"division": null,
"is_active": true,
"is_staff": true,
"is_superuser": true,
"shop_token": "",
"remote_id": null,
"date_joined": "2024-12-12T12:57:07.517766Z",
"last_login": null
}
]
}Get Staff User Detail
Update Staff User
Export Staff User
Parameter
Description
Export File Status
Field
Description
Last updated
Was this helpful?

