Group Entitlements - Update
Update entitlements (License Rule, Extensions Rule, Project memberships etc.) for a group.
PATCH https://vsaex.dev.azure.com/{organization}/_apis/groupentitlements/{groupId}?api-version=7.1
PATCH https://vsaex.dev.azure.com/{organization}/_apis/groupentitlements/{groupId}?ruleOption={ruleOption}&api-version=7.1
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
group
|
path | True |
string uuid |
ID of the group. |
organization
|
path | True |
string |
The name of the Azure DevOps organization. |
api-version
|
query | True |
string |
Version of the API to use. This should be set to '7.1' to use this version of the api. |
rule
|
query |
RuleOption [ApplyGroupRule/TestApplyGroupRule] - specifies if the rules defined in group entitlement should be updated and the changes are applied to it’s members (default option) or just be tested |
Request Body
Media Types: "application/json-patch+json"
Name | Type | Description |
---|---|---|
from |
string |
The path to copy from for the Move/Copy operation. |
op |
The patch operation |
|
path |
string |
The path for the operation. In the case of an array, a zero based index can be used to specify the position in the array (e.g. /biscuits/0/name). The "-" character can be used instead of an index to insert at the end of the array (e.g. /biscuits/-). |
value |
object |
The value for the operation. This is either a primitive or a JToken. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
successful operation |
Security
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
Name | Description |
---|---|
vso.memberentitlementmanagement_write | Grants the ability to manage users, their licenses as well as projects and extensions they can access |
Examples
Sample request
PATCH https://vsaex.dev.azure.com/{organization}/_apis/groupentitlements/0baeffa7-3b3d-4bbd-ba06-324e5508b9c3?ruleOption=1&api-version=7.1
[
{
"from": "",
"op": "replace",
"path": "/accessLevel",
"value": {
"accountLicenseType": "stakeHolder",
"licensingSource": "account"
}
},
{
"from": "",
"op": "add",
"path": "/projectEntitlements",
"value": {
"projectRef": {
"id": "6a4583ba-6c48-4d14-8119-3120d350275e"
},
"group": {
"groupType": "ProjectContributor"
}
}
},
{
"from": "",
"op": "remove",
"path": "/projectEntitlements/8130f18e-f65b-431d-a777-5d4a6f3468ba",
"value": ""
},
{
"from": "",
"op": "add",
"path": "/extensions",
"value": {
"id": "ms.feed"
}
}
]
Sample response
{
"results": [
{
"result": null,
"groupId": "0baeffa7-3b3d-4bbd-ba06-324e5508b9c3",
"isSuccess": true,
"errors": []
},
{
"result": null,
"groupId": "0baeffa7-3b3d-4bbd-ba06-324e5508b9c3",
"isSuccess": true,
"errors": []
},
{
"result": null,
"groupId": "0baeffa7-3b3d-4bbd-ba06-324e5508b9c3",
"isSuccess": true,
"errors": []
},
{
"result": null,
"groupId": "0baeffa7-3b3d-4bbd-ba06-324e5508b9c3",
"isSuccess": true,
"errors": []
}
],
"id": "0baeffa7-3b3d-4bbd-ba06-324e5508b9c3",
"status": "queued",
"url": "https://vssps.dev.azure.com/fabrikam/_apis/LicensingRule/GroupLicensingRulesApplicationStatus/0baeffa7-3b3d-4bbd-ba06-324e5508b9c3",
"haveResultsSucceeded": true,
"completed": false
}
Definitions
Name | Description |
---|---|
Access |
License assigned to a user |
Account |
Type of Account License (e.g. Express, Stakeholder etc.). To use the AccountLicenseType, LicensingSource should be defined as 'account' in the request body. |
Account |
User status in the account |
Assignment |
Assignment Source of the License (e.g. Group, Unknown etc. |
Graph |
Graph group entity |
Graph |
|
Group |
Project Group (e.g. Contributor, Reader etc.) |
Group |
A group entity with additional properties including its license, extensions, and project membership |
Group |
|
Group |
The status of the group rule. |
Group |
|
Group |
Group Type |
Json |
The JSON model for JSON Patch Operations |
Licensing |
Licensing Source (e.g. Account. MSDN etc.) |
Msdn |
Type of MSDN License (e.g. Visual Studio Professional, Visual Studio Enterprise etc.). To use the MsdnLicenseType, LicensingSource should be defined as 'msdn' in the request body. |
Operation |
The patch operation |
Operation |
The current status of the operation. |
Project |
Relation between a project and the user's effective permissions in that project. |
Project |
Whether the user is inheriting permissions to a project through a Azure DevOps or AAD group membership. |
Project |
A reference to a project |
Reference |
The class to represent a collection of REST reference links. |
Rule |
RuleOption [ApplyGroupRule/TestApplyGroupRule] - specifies if the rules defined in group entitlement should be updated and the changes are applied to it’s members (default option) or just be tested |
Team |
A reference to a team |
User |
A user entity with additional properties including their license, extensions, and project membership |
AccessLevel
License assigned to a user
Name | Type | Description |
---|---|---|
accountLicenseType |
Type of Account License (e.g. Express, Stakeholder etc.). To use the AccountLicenseType, LicensingSource should be defined as 'account' in the request body. |
|
assignmentSource |
Assignment Source of the License (e.g. Group, Unknown etc. |
|
licenseDisplayName |
string |
Display name of the License |
licensingSource |
Licensing Source (e.g. Account. MSDN etc.) |
|
msdnLicenseType |
Type of MSDN License (e.g. Visual Studio Professional, Visual Studio Enterprise etc.). To use the MsdnLicenseType, LicensingSource should be defined as 'msdn' in the request body. |
|
status |
User status in the account |
|
statusMessage |
string |
Status message. |
AccountLicenseType
Type of Account License (e.g. Express, Stakeholder etc.). To use the AccountLicenseType, LicensingSource should be defined as 'account' in the request body.
Name | Type | Description |
---|---|---|
advanced |
string |
|
earlyAdopter |
string |
|
express |
string |
|
none |
string |
|
professional |
string |
|
stakeholder |
string |
AccountUserStatus
User status in the account
Name | Type | Description |
---|---|---|
active |
string |
User has signed in at least once to the VSTS account |
deleted |
string |
User is removed from the VSTS account by the VSTS account admin |
disabled |
string |
User cannot sign in; primarily used by admin to temporarily remove a user due to absence or license reallocation |
expired |
string |
User can sign in; primarily used when license is in expired state and we give a grace period |
none |
string |
|
pending |
string |
User is invited to join the VSTS account by the VSTS account admin, but has not signed up/signed in yet |
pendingDisabled |
string |
User is disabled; if reenabled, they will still be in the Pending state |
AssignmentSource
Assignment Source of the License (e.g. Group, Unknown etc.
Name | Type | Description |
---|---|---|
groupRule |
string |
|
none |
string |
|
unknown |
string |
GraphGroup
Graph group entity
Name | Type | Description |
---|---|---|
_links |
This field contains zero or more interesting links about the graph subject. These links may be invoked to obtain additional relationships or more detailed information about this graph subject. |
|
description |
string |
A short phrase to help human readers disambiguate groups with similar names |
descriptor |
string |
The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations. |
displayName |
string |
This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider. |
domain |
string |
This represents the name of the container of origin for a graph member. (For MSA this is "Windows Live ID", for AD the name of the domain, for AAD the tenantID of the directory, for VSTS groups the ScopeId, etc) |
legacyDescriptor |
string |
[Internal Use Only] The legacy descriptor is here in case you need to access old version IMS using identity descriptor. |
mailAddress |
string |
The email address of record for a given graph member. This may be different than the principal name. |
origin |
string |
The type of source provider for the origin identifier (ex:AD, AAD, MSA) |
originId |
string |
The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider. |
principalName |
string |
This is the PrincipalName of this graph member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the graph member by VSTS. |
subjectKind |
string |
This field identifies the type of the graph subject (ex: Group, Scope, User). |
url |
string |
This url is the full route to the source resource of this graph subject. |
GraphUser
Name | Type | Description |
---|---|---|
_links |
This field contains zero or more interesting links about the graph subject. These links may be invoked to obtain additional relationships or more detailed information about this graph subject. |
|
descriptor |
string |
The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations. |
directoryAlias |
string |
The short, generally unique name for the user in the backing directory. For AAD users, this corresponds to the mail nickname, which is often but not necessarily similar to the part of the user's mail address before the @ sign. For GitHub users, this corresponds to the GitHub user handle. |
displayName |
string |
This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider. |
domain |
string |
This represents the name of the container of origin for a graph member. (For MSA this is "Windows Live ID", for AD the name of the domain, for AAD the tenantID of the directory, for VSTS groups the ScopeId, etc) |
isDeletedInOrigin |
boolean |
When true, the group has been deleted in the identity provider |
legacyDescriptor |
string |
[Internal Use Only] The legacy descriptor is here in case you need to access old version IMS using identity descriptor. |
mailAddress |
string |
The email address of record for a given graph member. This may be different than the principal name. |
metaType |
string |
The meta type of the user in the origin, such as "member", "guest", etc. See UserMetaType for the set of possible values. |
origin |
string |
The type of source provider for the origin identifier (ex:AD, AAD, MSA) |
originId |
string |
The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider. |
principalName |
string |
This is the PrincipalName of this graph member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the graph member by VSTS. |
subjectKind |
string |
This field identifies the type of the graph subject (ex: Group, Scope, User). |
url |
string |
This url is the full route to the source resource of this graph subject. |
Group
Project Group (e.g. Contributor, Reader etc.)
Name | Type | Description |
---|---|---|
displayName |
string |
Display Name of the Group |
groupType |
Group Type |
GroupEntitlement
A group entity with additional properties including its license, extensions, and project membership
Name | Type | Description |
---|---|---|
group |
Member reference. |
|
id |
string |
The unique identifier which matches the Id of the GraphMember. |
lastExecuted |
string |
[Readonly] The last time the group licensing rule was executed (regardless of whether any changes were made). |
licenseRule |
License Rule. |
|
members |
Group members. Only used when creating a new group. |
|
projectEntitlements |
Relation between a project and the member's effective permissions in that project. |
|
status |
The status of the group rule. |
GroupEntitlementOperationReference
Name | Type | Description |
---|---|---|
completed |
boolean |
Operation completed with success or failure. |
haveResultsSucceeded |
boolean |
True if all operations were successful. |
id |
string |
Unique identifier for the operation. |
pluginId |
string |
Unique identifier for the plugin. |
results |
List of results for each operation. |
|
status |
The current status of the operation. |
|
url |
string |
URL to get the full operation object. |
GroupLicensingRuleStatus
The status of the group rule.
Name | Type | Description |
---|---|---|
applied |
string |
Rule is applied |
applyPending |
string |
Rule is created or updated, but apply is pending |
incompatible |
string |
The group rule was incompatible |
unableToApply |
string |
Rule failed to apply unexpectedly and should be retried |
GroupOperationResult
Name | Type | Description |
---|---|---|
errors |
object[] |
List of error codes paired with their corresponding error messages |
groupId |
string |
Identifier of the Group being acted upon |
isSuccess |
boolean |
Success status of the operation |
result |
Result of the Groupentitlement after the operation |
GroupType
Group Type
Name | Type | Description |
---|---|---|
custom |
string |
|
projectAdministrator |
string |
|
projectContributor |
string |
|
projectReader |
string |
|
projectStakeholder |
string |
JsonPatchDocument
The JSON model for JSON Patch Operations
Name | Type | Description |
---|---|---|
from |
string |
The path to copy from for the Move/Copy operation. |
op |
The patch operation |
|
path |
string |
The path for the operation. In the case of an array, a zero based index can be used to specify the position in the array (e.g. /biscuits/0/name). The "-" character can be used instead of an index to insert at the end of the array (e.g. /biscuits/-). |
value |
object |
The value for the operation. This is either a primitive or a JToken. |
LicensingSource
Licensing Source (e.g. Account. MSDN etc.)
Name | Type | Description |
---|---|---|
account |
string |
|
auto |
string |
|
msdn |
string |
|
none |
string |
|
profile |
string |
|
trial |
string |
MsdnLicenseType
Type of MSDN License (e.g. Visual Studio Professional, Visual Studio Enterprise etc.). To use the MsdnLicenseType, LicensingSource should be defined as 'msdn' in the request body.
Name | Type | Description |
---|---|---|
eligible |
string |
|
enterprise |
string |
|
none |
string |
|
platforms |
string |
|
premium |
string |
|
professional |
string |
|
testProfessional |
string |
|
ultimate |
string |
Operation
The patch operation
Name | Type | Description |
---|---|---|
add |
string |
|
copy |
string |
|
move |
string |
|
remove |
string |
|
replace |
string |
|
test |
string |
OperationStatus
The current status of the operation.
Name | Type | Description |
---|---|---|
cancelled |
string |
The operation was cancelled by the user. |
failed |
string |
The operation completed with a failure. |
inProgress |
string |
The operation is in progress. |
notSet |
string |
The operation does not have a status set. |
queued |
string |
The operation has been queued. |
succeeded |
string |
The operation completed successfully. |
ProjectEntitlement
Relation between a project and the user's effective permissions in that project.
Name | Type | Description |
---|---|---|
assignmentSource |
Assignment Source (e.g. Group or Unknown). |
|
group |
Project Group (e.g. Contributor, Reader etc.) |
|
projectPermissionInherited |
Whether the user is inheriting permissions to a project through a Azure DevOps or AAD group membership. |
|
projectRef |
Project Ref |
|
teamRefs |
Team |
Team Ref. |
ProjectPermissionInherited
Whether the user is inheriting permissions to a project through a Azure DevOps or AAD group membership.
Name | Type | Description |
---|---|---|
inherited |
string |
|
notInherited |
string |
|
notSet |
string |
ProjectRef
A reference to a project
Name | Type | Description |
---|---|---|
id |
string |
Project ID. |
name |
string |
Project Name. |
ReferenceLinks
The class to represent a collection of REST reference links.
Name | Type | Description |
---|---|---|
links |
object |
The readonly view of the links. Because Reference links are readonly, we only want to expose them as read only. |
RuleOption
RuleOption [ApplyGroupRule/TestApplyGroupRule] - specifies if the rules defined in group entitlement should be updated and the changes are applied to it’s members (default option) or just be tested
Name | Type | Description |
---|---|---|
applyGroupRule |
string |
|
testApplyGroupRule |
string |
TeamRef
A reference to a team
Name | Type | Description |
---|---|---|
id |
string |
Team ID |
name |
string |
Team Name |
UserEntitlement
A user entity with additional properties including their license, extensions, and project membership
Name | Type | Description |
---|---|---|
accessLevel |
Member's access level denoted by a license. |
|
dateCreated |
string |
[Readonly] Date the member was added to the collection. |
groupAssignments |
[Readonly] GroupEntitlements that this member belongs to. |
|
id |
string |
The unique identifier which matches the Id of the Identity associated with the GraphMember. |
lastAccessedDate |
string |
[Readonly] Date the member last accessed the collection. |
projectEntitlements |
Relation between a project and the member's effective permissions in that project. |
|
user |
User reference. |