Managing Users
note
Managing users requires a role with the users:read/users:create/
users:update scopes — see Using o2idctl for how to log in,
and Managing Roles for how to create and assign roles.
Use o2idctl to manage users through the API:
./o2idctl users create --email alice@example.com --display-name Alice --password secret
./o2idctl users list
A user's password is optional — O2ID is designed to support passwordless
flows.
See the CLI Reference for the full users command
list, and the API Reference for the underlying /users API.