Get a user
Returns a user profile with load limits, pause state, work hours, attributes, and interview-module memberships. The user must belong to the authenticated organization or the request returns not found.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
an user ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:usr_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$"usr_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Response
Success
Canonical user ID (usr_ followed by 32 lowercase hexadecimal UUID characters).
^usr_[0-9a-f]{32}$"usr_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Canonical user ID (usr_ followed by 32 lowercase hexadecimal UUID characters).
^usr_[0-9a-f]{32}$"usr_a1b2c3d4e5f64789a1b2c3d4e5f64789"
ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
ISO 8601 timestamp. Responses are normalized to UTC with a Z suffix.
Link that opens this resource in the ModernLoop app.