Members mAPI reference
Complete reference documentation for the Members resource.
Members
#Members are the users who have access to the Knock account.
List members
#Returns a paginated list of members for the current account. Optionally filter by role.
Endpoint
Query parameters
Filter members by role. One of: owner, admin, member, production_only_member, billing, support.
Filter members by email address (exact match).
The cursor to fetch entries after.
The cursor to fetch entries before.
The number of entries to fetch per-page.
Returns
A paginated list of Member. Contains a list of entries and page information.
A list of entries.
The timestamp of when the member joined the account.
The unique identifier of the member.
The member's role in the account.
The timestamp of when the member was last updated.
Information about a user within the Knock dashboard. Not to be confused with an external user (recipient) of a workflow.
The URL of the user's avatar image.
The timestamp of when the user was created.
The user's email address.
The user's unique identifier.
The user's display name.
The timestamp of when the user was last updated.
The information about a paginated result.
The cursor to fetch entries after. Will only be present if there are more entries to fetch.
The cursor to fetch entries before. Will only be present if there are more entries to fetch before the current page.
The number of entries to fetch per-page.
Get a member
#Returns a single member by their ID.
Endpoint
Path parameters
The ID of the member to retrieve.
Returns
A member of the account.
The timestamp of when the member joined the account.
The unique identifier of the member.
The member's role in the account.
The timestamp of when the member was last updated.
Information about a user within the Knock dashboard. Not to be confused with an external user (recipient) of a workflow.
The URL of the user's avatar image.
The timestamp of when the user was created.
The user's email address.
The user's unique identifier.
The user's display name.
The timestamp of when the user was last updated.
Remove a member
#Removes a member from the account.
Endpoint
Path parameters
The ID of the member to remove.
Returns
Member
#A member of the account.
Attributes
The timestamp of when the member joined the account.
The unique identifier of the member.
The member's role in the account.
The timestamp of when the member was last updated.
Information about a user within the Knock dashboard. Not to be confused with an external user (recipient) of a workflow.
The URL of the user's avatar image.
The timestamp of when the user was created.
The user's email address.
The user's unique identifier.
The user's display name.
The timestamp of when the user was last updated.
MemberUser
#Information about a user within the Knock dashboard. Not to be confused with an external user (recipient) of a workflow.
Attributes
The URL of the user's avatar image.
The timestamp of when the user was created.
The user's email address.
The user's unique identifier.
The user's display name.
The timestamp of when the user was last updated.