core_users_paths_retrieve
GET/api/v3//core/users/paths/
Get all user paths
Request
Query Parameters
search string
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
paths string[]required
{
"paths": [
"string"
]
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '/api/v3/core/users/paths/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'