| Package | Description |
|---|---|
| com.podio.org |
| Modifier and Type | Method and Description |
|---|---|
OrganizationMember |
OrgAPI.getMember(int orgId,
int userId)
Returns the member data for the given user in the given organization.
|
OrganizationMember |
OrgAPI.getMemberByMail(int orgId,
String mail)
Returns the member data for the given user in the given organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationMember> |
OrgAPI.getMembers(int orgId)
Returns the members, both invited and active, of the given organization.
|
Copyright © 2014. All Rights Reserved.