InfoGrab Docs

사용자 정의 속성 API

이 API를 사용하여 사용자, 그룹 및 프로젝트의 사용자 정의 속성을 관리할 수 있습니다. 전제 조건: 인스턴스의 관리자여야 합니다. 모든 사용자 정의 속성 목록 조회 # 지정한 리소스에 대한 모든 사용자 정의 속성을 나열합니다. GET /users/:id/custom_attributes GET /groups/:id/custom_attributes GET /projects/:id/custom_attributes 속성 타입 필수 설명 id integer 예 리소스의 ID curl --request GET \ --header "PRIVATE-TOKEN: <your_access_token>" \ --url "https://gitlab.example.com/api/v4/users/42/custom_attributes" 응답 예시: [ { "key" : "location" , "value" : "Antarctica" } , { "key" : "role" , "value" : "Dev