Users

users

Methods

User Info ->
get/user-info

Get basic information for the logged in user making this request including preferences.

Get User -> { id, access_profiles, email, 5 more... }
get/users/{user_id}

Get basic information for a user. The requester must belong to the same organization as the target user and be an admin or manager of an account the target user belongs to.

Domain types

UserInfo = { id, access_profiles, email, 6 more... }