get https://subdomain.workable.com/spi/v3/members
Returns a collection of your account members. Required scope: r_jobs
. Accessible with account tokens and user tokens.
Results
Calling the /members
endpoint will return a collection of the defined members
Role mapping:
admin
- All Access / Super Admin
simple
- Standard role
reviewer
- Limited Acces / Reviewer
Each member
will have the following keys:
key | type | description |
---|---|---|
id | string | The member identifier |
name | string | The full name of the member |
headline | string | The headline of the member |
string | The email address of the member | |
role | string | The member's role. Possible values are admin , simple and reviewer |