/
OP
openid
/
AuthZEN Todo
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19m ago · Updated 1mo ago
Details
Filter operations
Standard Todo List Endpoints
5
get
Get user
get
Get all todos
post
Create Todo
put
Update Todo
delete
Delete Todo
Standard Todo List Endpoints
Get user
Gets information about a user.
get
/users/{userId}
Response
Properties of a user
UserObject
required
id
string
name
string
email
string
picture
string
roles
string[]
Changes