Returns all users in the organization with their IDs and access levels. Useful for mapping owned_by_user_id values or assigning records to users.
owned_by_user_id
cURL
curl --request GET \ --url https://app.useitem.io/api/meta/users \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "full_name": "Alex Johnson", "access_level": "admin" }, { "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "full_name": "Sarah Chen", "access_level": "member" } ] }
Your organization's API key (starts with sk_live_)
sk_live_
Users returned
Show child attributes