Get a user
GEThttps://us.api.nabla.com/v1/core/server/users/:id
Get a single user by their id.
Requestโ
Responsesโ
- 200
User.
Authorization: http
name: bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- CURL
curl -L 'https://us.api.nabla.com/v1/core/server/users/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
ResponseClear