elaichi__member__get
Read one membership by USER id. Returns the record directly — user_id, status, via, joined_at, roles[], teams[], plus user: { id, name, email } — and errors when that user is not a member of this organization. To find someone by name in the first place, use member.list with q. Read this before member.set_roles, which replaces the role list wholesale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The person’s USER id (`usr_…`). There is no separate membership id — every member.* operation is keyed by user id. |