Get a project's team members
GET /project/{id|slug}/members
Parameters
Path Parameters
[ "AABBCCDD", "my_project"]
The ID or slug of the project
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
MMNNOOPP
object
The user’s username
my_user
The user’s display name
My User
The user’s email (only displayed if requesting your own account). Requires USER_READ_EMAIL
PAT scope.
A description of the user
My short biography
Various 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.11223344556678
The wallet that the user has selected
paypal
The type of the user’s wallet
email
The user’s payout address
support@modrinth.com
The user’s ID
EEFFGGHH
The user’s avatar url
https://avatars.githubusercontent.com/u/11223344?v=1
The time at which the user was created
The user’s role
developer
Any 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
63
A 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
Member
The 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
127
Whether or not the user has accepted to be on the team (requires authorization to view)
true
The 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.
100
The order of the team member.
404
The requested item(s) were not found or no authorization to access the requested item(s)