Skip to main content

List Agendas Where the Account is a Member

GET /v2/me/agendas

View agendas where the authenticated user is a member

In Brief​

Pagination​

KeyTypeDescription
afterintegerKey to provide to retrieve the next set. It is given in the response of the last received call
limitintegerDefines the number of items retrieved per call. Default value: 20. Maximum possible value: 100

Response​

KeyTypeDescription
totalintegerThe total number of members
itemsobject[]The list of agenda/member pairs
afterintegerValue to include in the next call to retrieve the next segment

For each item in the provided list, the following information is given:

KeyTypeDescription
uidintegerAgenda identifier
titlestringAgenda title
slugstringAgenda URL slug
member.userUidintegerMember identifier
member.namestringUsername or name
member.emailemailMember's email
member.phonephonePhone number
member.organizationstringRepresented organization
member.rolestringMember's role: administrator, moderator, contributor