Get a team's members
GET /team/{id}/members
Authorizations
Parameters
Path Parameters
[ "MMNNOOPP"]The ID of the team
Responses
200
Expected response to a valid request
An array of team members
object
The ID of the team this team member is a member of
MMNNOOPPobject
The user’s username
my_userThe user’s display name
My UserThe user’s email (only displayed if requesting your own account). Requires USER_READ_EMAIL PAT scope.
A description of the user
My short biographyVarious data relating to the user’s payouts status (you can only see your own)
object
The payout balance available for the user to withdraw (note, you cannot modify this in a PATCH request)
10.11223344556678The wallet that the user has selected
paypalThe type of the user’s wallet
emailThe user’s payout address
support@modrinth.comThe user’s ID
EEFFGGHHThe user’s avatar url
https://avatars.githubusercontent.com/u/11223344?v=1The time at which the user was created
The user’s role
developerAny badges applicable to this user. These are currently unused and undisplayed, and as such are subject to change
In order from first to seventh bit, the current bits are:
- (unused)
- EARLY_MODPACK_ADOPTER
- EARLY_RESPACK_ADOPTER
- EARLY_PLUGIN_ADOPTER
- ALPHA_TESTER
- CONTRIBUTOR
- TRANSLATOR
63A list of authentication providers you have signed up for (only displayed if requesting your own account)
[ "github", "gitlab", "steam", "microsoft", "google", "discord"]Whether your email is verified (only displayed if requesting your own account)
Whether you have a password associated with your account (only displayed if requesting your own account)
Whether you have TOTP two-factor authentication connected to your account (only displayed if requesting your own account)
Deprecated - this is no longer public for security reasons and is always null
The user’s role on the team
MemberThe user’s permissions in bitfield format (requires authorization to view)
In order from first to tenth bit, the bits are:
- UPLOAD_VERSION
- DELETE_VERSION
- EDIT_DETAILS
- EDIT_BODY
- MANAGE_INVITES
- REMOVE_MEMBER
- EDIT_MEMBER
- DELETE_PROJECT
- VIEW_ANALYTICS
- VIEW_PAYOUTS
127Whether or not the user has accepted to be on the team (requires authorization to view)
trueThe split of payouts going to this user. The proportion of payouts they get is their split divided by the sum of the splits of all members.
100The order of the team member.