-
Notifications
You must be signed in to change notification settings - Fork 3
Service: Approval of User Group Member Invitation
Eliza Margaretha Illig edited this page Aug 20, 2024
·
11 revisions
** WARNING: This service is deprecated starting from Kustvakt version 0.75 and will be completely removed in API v1.1.
Sends a confirmation to join a user group.
Available in: full version
Method: POST
Service URL: root/group/@{group_name}/subscribe
Header Parameters
| Name | Required | Description | Value |
|---|---|---|---|
| Authorization | yes | HTTP authentication with scheme: Bearer | OAuth2 access token |
Path Parameters
| Name | Required | Description | Type |
|---|---|---|---|
| group_name | yes | user-group name | String |
Request example with cURL
curl -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiO'
http://localhost:8089/api/v1.0/group/@marlin-group/subscribe
Request example with Basic authentication (for testing only)
curl -H 'Authorization: Basic bWFybGluOnBhc3N3b3Jk'
http://localhost:8089/api/v1.0/group/@marlin-group/subscribe
- Setting LDAP
- Setting initial super client
- Setting a custom environment
- Setting resources for CLARIN FCS
- Disabling query rewrites
- Named virtual corpora
- Importing Kustvakt to Eclipse
- Installing Lombok
- Setting annotation processors
- Setting a test environment
- HTTP Basic Authentication
- OAuth2 authorization scopes
- OAuth2 authorization request
- OAuth2 token request
- OAuth2 token revocation
- OAuth2 client registration
- OAuth2 client info
- OAuth2 client deregistration
- OAuth2 client secret reset
- Plugin registration
- Plugin list (marketplace)
- Plugin installation
- Plugin uninstallation
- Installed plugin list
- VC creation and update
- VC deletion
- VC list
- VC info
- VC KoralQuery
- VC statistics
- VC statistics with KoralQuery