REST API Reference Version 5.2.1.0Search

Test_group

POST v1/active_directory_memberships/id/actions/test_group

Description

Tests whether the user group exist in the Active Directory.

Normal Response Codes

200

HTTP Error Codes

400 401 403 404 409 500 503

Request

Parameter Type JSON Type Description Mandatory
id NsObjectID string ID of the Active Directory. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. true
name NsUserGroupName string Name of the Active Directory group. String of up to 64 uppercase or lowercase characters excluding ampersand, less than, greater than and ^/\[]:;|=,+*?;. Example: 'admin-group-24'. true

JSON Request

            
        {"data":{"name":"admin-group"}}
        
         

Response

Type:

JSON Response