Get an end user's stored custom claims (server-side admin)
GET/auth/users/:user_id/claims
Secret-key-scoped read of the authoritative custom_claims stored for an
end user. These are the TRUSTED claims embedded into the user's JWTs on
login/refresh — use them (not the client-writable metadata field) for
authorization decisions. Returns an empty object when none are set.
Request
Responses
- 200
- 400
- 404
- 500
Claims retrieved
Invalid user_id format
User not found
Internal server error