Skip to main content
POST
/
repo-data
/
inviteUsers
/
:repoDataId
Invite Users to Repository
curl --request POST \
  --url https://www.api.baselink.tech/repo-data/inviteUsers/:repoDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "invitedCount": 123
}
Send invitations to users to join the repository.
success
boolean
Indicates if the invitations were sent successfully.
message
string
Success or error message.
invitedCount
number
The number of invitations sent.