- Returning.AI
- Auth
- Server
- Role
- Channel
- Badge
- Integration
manage user
Developing
POST
/apis/v1/users/manage
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
action
string
required
user
string
required
Example
{
"action": "delete",
"user": "momoyo"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://integration.returning.ai/apis/v1/users/manage' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "delete",
"user": "momoyo"
}'
Responses
🟢200Success
application/json
Body
action
string
required
user
string
required
Example
{
"action": "delete",
"user": "momoyo"
}
Modified at 2025-06-03 14:37:24